home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 6 (Reseller Edition) / Apple Ref. & Pres. Lib.v6.0.toast / pc / 3-Presentations / Apple Demos / Training / HyperCard 2.0 Training / Intro to HyperCard 2.0 / card_3074.txt < prev    next >
Text File  |  1990-08-24  |  1KB  |  70 lines

  1. -- card: 3074 from stack: in.0
  2. -- bmap block id: 3669
  3. -- flags: 0000
  4. -- background id: 2728
  5. -- name: hi
  6. ----- HyperTalk script -----
  7. -- Reset this cd
  8. on mouseUp
  9.   lock screen
  10.   hide cd fld "instructionFld"
  11.   show btn "cover"
  12.   unlock screen with wipe right
  13.   visual dissolve
  14.   go next
  15.   hide btn "cover" of prev cd
  16. end mouseUp
  17.  
  18.  
  19.  
  20. -- part 2 (field)
  21. -- low flags: 81
  22. -- high flags: 0000
  23. -- rect: left=105 top=318 right=338 bottom=338
  24. -- title width / last selected line: 0
  25. -- icon id / first selected line: 0 / 0
  26. -- text alignment: 65535
  27. -- font id: 174
  28. -- text size: 14
  29. -- style flags: 0
  30. -- line height: 16
  31. -- part name: instructionFld
  32.  
  33.  
  34. -- part 3 (button)
  35. -- low flags: 80
  36. -- high flags: 0001
  37. -- rect: left=2 top=221 right=315 bottom=333
  38. -- title width / last selected line: 0
  39. -- icon id / first selected line: 0 / 0
  40. -- text alignment: 1
  41. -- font id: 0
  42. -- text size: 12
  43. -- style flags: 0
  44. -- line height: 16
  45. -- part name: cover
  46.  
  47.  
  48. -- part 14 (field)
  49. -- low flags: 81
  50. -- high flags: 0000
  51. -- rect: left=300 top=105 right=141 bottom=475
  52. -- title width / last selected line: 0
  53. -- icon id / first selected line: 0 / 0
  54. -- text alignment: 0
  55. -- font id: 3
  56. -- text size: 12
  57. -- style flags: 0
  58. -- line height: 16
  59. -- part name: BookMark
  60.  
  61.  
  62. -- part contents for card part 2
  63. ----- text -----
  64. Click anywhere to begin.
  65.  
  66. -- part contents for card part 14
  67. ----- text -----
  68.  
  69.  
  70.